home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Sapphire Collection / Software Vault (Sapphire Collection) (Digital Impact).ISO / cdr49 / fire_153.zip / GETRID.BAT < prev    next >
DOS Batch File  |  1992-05-21  |  272b  |  12 lines

  1. echo off
  2. echo This batch file will delete all Fire and Practice Records. Use control+C to abort.......Any other key to continue.
  3. pause
  4. del practice.rpt
  5. del fireinf.rpt
  6. del maint.rpt
  7. del roster.ndx
  8. del roster.dat
  9. del case2.rpt
  10. del comment.dat
  11. echo Gone........
  12.